home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9840 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  880 b 

  1. Path: nntp-hub.barrnet.net!news
  2. From: Ihab Badr <ihab@danish.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ cgi script using ODBC - How to ?
  5. Date: Mon, 04 Mar 1996 11:15:34 -0800
  6. Organization: DII
  7. Message-ID: <313B4156.6946@danish.com>
  8. NNTP-Posting-Host: ihab.saqqara.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win95; I)
  13.  
  14. I am trying to write a cgi program using C++. This cgi program will need 
  15. to access a database using ODBC.
  16. Because it is a cgi script I have no need for a CRecordView or any 
  17. visual object for that matter.
  18. This means that the Wizard doesn't do a great deal for me and i have to 
  19. do most of the work.
  20. So what do I have to do? Has anyone done this sort of thing before ?
  21. Does anyone have a sample app that I can look at to see how to set up 
  22. the MFC WinApp object ?
  23.  
  24. Thanks in advance.
  25.